func runtime/pprof.writeRuntimeProfile

3 uses

	runtime/pprof (current package)
		pprof.go#L740: 	return writeRuntimeProfile(w, debug, "threadcreate", func(p []profilerecord.StackRecord, _ []unsafe.Pointer) (n int, ok bool) {
		pprof.go#L755: 	return writeRuntimeProfile(w, debug, "goroutine", pprof_goroutineProfileWithLabels)
		pprof.go#L779: func writeRuntimeProfile(w io.Writer, debug int, name string, fetch func([]profilerecord.StackRecord, []unsafe.Pointer) (int, bool)) error {